Variables

Range: 0x10000007 to 0x1000000A. More...

Variables

int MV_ALG_E_IMG_FORMAT = 0x10000007
 The image format is invalid or is not supported. More...
 
int MV_ALG_E_IMG_SIZE = 0x10000008
 Image size (width and height) is incorrect or out of range. More...
 
int MV_ALG_E_IMG_STEP = 0x10000009
 Image size (width and height) and step parameter mismatch. More...
 
int MV_ALG_E_IMG_DATA_NULL = 0x1000000A
 Storage address for image data is required. More...
 

Detailed Description

Range: 0x10000007 to 0x1000000A.

Variable Documentation

◆ MV_ALG_E_IMG_FORMAT

int MV_ALG_E_IMG_FORMAT = 0x10000007

The image format is invalid or is not supported.

◆ MV_ALG_E_IMG_SIZE

int MV_ALG_E_IMG_SIZE = 0x10000008

Image size (width and height) is incorrect or out of range.

◆ MV_ALG_E_IMG_STEP

int MV_ALG_E_IMG_STEP = 0x10000009

Image size (width and height) and step parameter mismatch.

◆ MV_ALG_E_IMG_DATA_NULL

int MV_ALG_E_IMG_DATA_NULL = 0x1000000A

Storage address for image data is required.